home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / LABELS.PRO < prev    next >
Text File  |  1995-02-25  |  483b  |  17 lines

  1. ; Properties for a label. MUST BE DEFINED!!!
  2.  
  3. BackColor       =   &H00C0C0C0&
  4. Caption         =   "<<fieldname>>"
  5. FontBold        =   0   'False
  6. FontItalic      =   0   'False
  7. FontName        =   "MS Sans Serif"
  8. FontSize        =   8.25
  9. FontStrikethru  =   0   'False
  10. FontUnderline   =   0   'False
  11. Height          =   255
  12. Index           =   <<index>>
  13. Left            =   <<left>>
  14. TabIndex        =   <<tabindex>>
  15. Top             =   <<top>>
  16. Width           =   915
  17.